←Select platform

RawBinaryData Constructor(byte[])

Summary

Initializes a new instance of the RawBinaryData class with explicit parameters.

Syntax

C#
VB
C++
public RawBinaryData( 
   byte[] data 
) 
  
Public Function New( _ 
   ByVal data() As Byte _ 
) 
public: 
RawBinaryData(  
   array<byte>^ data 
) 

Parameters

data
Byte array of the data to be used for loading or saving.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.DataContracts Assembly